home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_45.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  444 b   |  18 lines

  1. property done
  2.  
  3. on exitFrame me
  4.   global gToolBarTextMan, gConMan
  5.   if not done then
  6.     sendAllSprites(#bringResourceButtonsForward)
  7.     nextDecision = getNextInteriorDecision(gConMan)
  8.     case nextDecision of
  9.       #staircase:
  10.         whichText = "int_FireplacesOut_StairsNext"
  11.       #kitchenStyles:
  12.         whichText = "int_FireplacesOut_KitchenStyles"
  13.     end case
  14.     setToolBarText(gToolBarTextMan, whichText)
  15.   end if
  16.   go(the frame)
  17. end
  18.